home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
doc
/
examples
/
scale.tcl
< prev
next >
Wrap
Text File
|
1995-06-29
|
237b
|
15 lines
#! moat
xtAppInitialize
xmBulletinBoard .top managed
xmScale .top.scale managed \
-orientation horizontal -width 250 \
-showValue true -decimalPoints 1 \
-scaleMultiple 20
.top.scale setValues -value 31
. realizeWidget
. mainLoop